-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DRAFT: Merge the Soroban client into this package #857
Conversation
.withArgs( | ||
sinon.match( | ||
"https://horizon-live.stellar.org:1337/claimable_balances/00000000929b20b72e5890ab51c24f1cc46fa01c4f318d8d33367d24dd614cfdf5491072" | ||
'https://horizon-live.stellar.org:1337/claimable_balances/00000000929b20b72e5890ab51c24f1cc46fa01c4f318d8d33367d24dd614cfdf5491072' |
Check failure
Code scanning / CodeQL
Incomplete regular expression for hostnames High test
.withArgs( | ||
sinon.match( | ||
"https://horizon-live.stellar.org:1337/claimable_balances?sponsor=GDGQVOKHW4VEJRU2TETD6DBRKEO5ERCNF353LW5WBFW3JJWQ2BRQ6KDD" | ||
'https://horizon-live.stellar.org:1337/claimable_balances?sponsor=GDGQVOKHW4VEJRU2TETD6DBRKEO5ERCNF353LW5WBFW3JJWQ2BRQ6KDD' |
Check failure
Code scanning / CodeQL
Incomplete regular expression for hostnames High test
.withArgs( | ||
sinon.match( | ||
"https://horizon-live.stellar.org:1337/claimable_balances?claimant=GDGQVOKHW4VEJRU2TETD6DBRKEO5ERCNF353LW5WBFW3JJWQ2BRQ6KDD" | ||
'https://horizon-live.stellar.org:1337/claimable_balances?claimant=GDGQVOKHW4VEJRU2TETD6DBRKEO5ERCNF353LW5WBFW3JJWQ2BRQ6KDD' |
Check failure
Code scanning / CodeQL
Incomplete regular expression for hostnames High test
.withArgs( | ||
sinon.match( | ||
"https://api.stellar.org/federation?type=name&q=bob%2Astellar.org" | ||
'https://api.stellar.org/federation?type=name&q=bob%2Astellar.org' |
Check failure
Code scanning / CodeQL
Incomplete regular expression for hostnames High test
.withArgs( | ||
sinon.match( | ||
"https://horizon-live.stellar.org:1337/claimable_balances?asset=USD%3AGDGQVOKHW4VEJRU2TETD6DBRKEO5ERCNF353LW5WBFW3JJWQ2BRQ6KDD" | ||
'https://horizon-live.stellar.org:1337/claimable_balances?asset=USD%3AGDGQVOKHW4VEJRU2TETD6DBRKEO5ERCNF353LW5WBFW3JJWQ2BRQ6KDD' |
Check failure
Code scanning / CodeQL
Incomplete regular expression for hostnames High test
.withArgs( | ||
sinon.match( | ||
"https://horizon-live.stellar.org:1337/operations?join=transactions" | ||
'https://horizon-live.stellar.org:1337/operations?join=transactions' |
Check failure
Code scanning / CodeQL
Incomplete regular expression for hostnames High test
return JSON.parse(JSON.stringify(js)); | ||
} | ||
|
||
const BASE_URL = 'https://horizon-live.stellar.org:1337'; |
Check failure
Code scanning / CodeQL
Incomplete regular expression for hostnames High test
here
This string, which is used as a regular expression
here
This string, which is used as a regular expression
here
This string, which is used as a regular expression
here
This string, which is used as a regular expression
here
This string, which is used as a regular expression
here
This string, which is used as a regular expression
here
This string, which is used as a regular expression
here
This string, which is used as a regular expression
here
This string, which is used as a regular expression
here
This string, which is used as a regular expression
here
.withArgs( | ||
sinon.match( | ||
"https://horizon-live.stellar.org:1337/accounts/GASOCNHNNLYFNMDJYQ3XFMI7BYHIOCFW3GJEOWRPEGK2TDPGTG2E5EDW" | ||
'https://horizon-live.stellar.org:1337/accounts/GASOCNHNNLYFNMDJYQ3XFMI7BYHIOCFW3GJEOWRPEGK2TDPGTG2E5EDW' |
Check failure
Code scanning / CodeQL
Incomplete regular expression for hostnames High test
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: [email protected], [email protected], [email protected], [email protected] |
Size Change: +1.51 MB (+15%) Total Size: 11.4 MB
|
No description provided.